home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / PowerFantasm™ / F4_EXAMPLES / Sound play - 68k / SOUND.BCF < prev   
Text File  |  1996-06-15  |  519b  |  25 lines

  1. ******************************************
  2. *build control file for the sound example*
  3. ******************************************
  4. /g    ls_68k_macros.def    *Standard 68k macros
  5.  
  6. /g    mac_traps_68k.def    *Useful Macintosh trap definitions
  7.  
  8. /G    SOUND_GLOBALS    *our global variables definitions
  9.  
  10. /G    SOUND_EQUATES    *our equates
  11.  
  12. /N    *No libraries in this project
  13.  
  14. /Q    *QUITE MODE PLEASE
  15.  
  16. **NOW THE FILES TO BE ASSEMBLED
  17. /A    SOUND_MAIN.s    *main
  18. /A    SOUND_PLAY.S    *sound routines
  19.  
  20. **NOW THE FILES TO BE LINKED
  21. /L    SOUND_MAIN.O
  22. /L    SOUND_PLAY.O
  23.  
  24.  
  25.